* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #69788C;
}

.color-vo {
  color: #00806e;
}

.color-vo-alt {
  color: #1D9281;
}

.vo-container {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
}

.main-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}

.mkt {
  padding: 32px 0 0 32px;
  width: 100%;
}

.mkt-body {
  height: 40px;
  display: flex;
  align-items: center;
}

.mkt-image {
  height: 40px;
  width: 40px;
  background-color: #F2F5F8;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mkt-image i {
  font-size: 28px;
}

.mkt-message {
  margin-left: 16px;
  color: #69788C;
  font-weight: 400;
}

.mkt-message-desc {
  color: #B4C3D0;
}

.login, .image {
  min-height: 560px;
}

.login {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.login-header {
  padding-bottom: 24px;
}

.login-header img {
  width: 84px;
  height: 84px;
}

.login-body {
  width: 420px;
  height: 615px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.login-body form {
  width: 100%;
}

.login-body .form-login .row:not(:last-child) {
  padding-bottom: 24px;
}

.login-body .form-login label {
  color: #69788C;
  padding-bottom: 2px;
}

.login-body .form-login .form-control {
  height: 40px;
  border-radius: 4px;
  padding: 12px;
  border-color: #BFCDD9;
  font-size: 13px;
  color: #556171;
}

.login-body .form-login .form-control:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.15rem #caece2;
  border-color: #CAECE2;
}

.login-body .form-login .form-control+.icon-append {
  float: right;
  margin-top: -30px;
  margin-right: 15px;
  font-size: 14px;
}

.login-body .button-action {
  padding: 32px 0;
}

.login-body .link-action a {
  font-size: 13px;
}

.image {
  width: 100%;
  height: 100%;
}

.image-body {
  height: 100%;
  width: 100%;
  background-position: unset;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: flex-end;
}

.login-footer {
  display: flex;
  width: 100%;
  height: 60px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.login-footer .login-footer-desc {
  margin-right: 10px;
}

.login-footer a {
  padding: 10px 5px;
  margin: 0 10px;
}

.login-footer a {
  color: #1D9281;
}

.login-footer a:hover {
  color: #00806e;
}

.login-footer i, .image-footer i {
  font-size: 22px;
}

.image-footer {
  width: 100%;
  height: 60px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}

.image-footer {
  margin-right: 10px;
  color: #22676b;
}

.image-footer a {
  margin: 0 10px;
}

.image-footer a {
  color: #22676b;
}

.image-footer a:hover {
  color: #0b585c;
}

.form-title {
  font-size: 26px;
  text-align: center;
  padding-bottom: 24px;
  letter-spacing: 0;
  line-height: 35px;
  font-weight: 500;
}

.btn-varejonline {
  border-radius: 4px;
  border: 0;
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  padding: 10px 30px;
  background-color: #1D9281;
  color: white;
}

.btn-varejonline:hover {
  background-color: #00806e;
}

.btn-varejonline:focus {
  outline: 0;
  background-color: #00806e;
  box-shadow: 0 0 0 0.15rem #caece2;
}

a {
  text-decoration: none;
}

.link-action a:hover, .link-action a:focus {
  color: #00806e;
}

.link:hover, .link:focus {
  text-decoration: underline;
}

a:focus-visible {
  outline: none;
}

.clickable {
  cursor: pointer;
}

.validate-form .form-control-invalid {
  border: 1px solid #f44336 !important;
}

.alert-vo {
  border-radius: 4px;
  padding: 10px 16px;
  margin-top: 16px;
  margin-bottom: -16px;
  background-color: #fff2f5;
  font-size: 13px;
  color: #731710;
  border: 1px solid #ffe0e7;
  width: 100%;
}

.alert-vo p {
  margin: 8px 0 0 0;
}

.select2 .select2-selection {
  height: 40px !important;
}

.select2 .select2-selection__rendered {
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 13px !important;
  color: #556171 !important;
}

.select2 .select2-selection__arrow {
  height: 40px !important;
}

.select2 .select2-selection__arrow b {
  border-color: #69788c transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #69788c transparent !important;
  border-width: 0 4px 5px 4px !important;
}

.select2-results__option {
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 13px !important;
  color: #556171 !important;
}

.select2-container--default .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background-color: #caece2 !important;
}

.select2-results__option.select2-results__option--highlighted {
  background-color: #1D9281 !important;
  color: #fff !important;
}

.select2:focus-visible, .select2 *:focus-visible,
.select2-search:focus-visible, .select2-search *:focus-visible,
.select2-search__field:focus {
  outline: none !important;
}

.select2-dropdown {
  border-color: #bfcdd9;
}

.select2-selection:focus-within, .select2-dropdown:focus-within {
  outline: 0 !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.select2-container--default .select2-selection--single {
  border-color: #BFCDD9 !important;
}

.select2-search__field {
  border-radius: 4px !important;
  border-color: #BFCDD9 !important;
  height: 32px !important;
}

.select2-search--dropdown {
  padding: 8px !important;
}

.select2-selection__arrow {
  margin-right: 4px;
}

@media screen and (max-width: 1200px) {

  .mkt {
    width: 100%;
    padding: 10px 0;
    background-color: #F7F9FB;
  }
  
  .mkt.mkt-empty {
    background-color: unset;
    padding: 0;
    height: 0;
  }

  .mkt-body {
    justify-content: center;
  }

  .login {
    width: 100%;
    height: calc(100vh - 50px);
  }

  .image {
    visibility: hidden;
    display: none;
  }

  .login-footer, .image-footer {
    width: 100%;
    height: 50px;
    padding: 12px;
    justify-content: center;
  }

  .login-footer .login-footer-desc {
    margin-right: 10px;
  }

  .login-footer a {
    margin: 0 10px;
  }

  .image-footer {
    background-color: #caece2;
    display: flex !important;
  }

}

@media screen and (max-width: 510px) {
  
  .login-footer-desc {
    display: none;
  }

}

@media screen and (max-width: 420px) {

  .login-body {
    width: 95%;
  }

  .login-footer, .image-footer {
    min-width: 350px;
  }

  .login-footer a {
    margin: 0 5px;
  }

}

@media screen and (max-height: 800px) {

  .login-body {
    height: 550px;
  }

}

@media screen and (max-height: 720px) {

  .mkt {
    padding-top: 16px;
  }

  .login-header {
    padding-bottom: 16px;
  }

  .form-title {
    padding-bottom: 16px;
  }

  .login-body {
    height: 470px;
  }

  .login-body .form-login .row:not(:last-child) {
    padding-bottom: 12px;
  }

  .login-body .button-action {
    padding: 24px 0;
  }

}

@media screen and (max-height: 600px) {

  .login-header {
    padding-bottom: 8px;
  }

  .login-body {
    height: 460px;
  }

  .form-title {
    font-size: 24;
    padding-bottom: 8px;
  }

}